home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / graphics / h-m / iff_fx_aga / iff_fx_aga_doc < prev    next >
Text File  |  1995-12-21  |  4KB  |  125 lines

  1. IFF - FX 1.0 AGA
  2. ================
  3.  
  4. A Progam to perform several effects on IFF/ILBM 
  5. Pictures on an Amiga with AGA - Chipset.
  6.  
  7. IFF_FX is Freeware. (Freely Distributable)
  8.  
  9.  This archive should contain:
  10.  
  11.      IFF_FX          ;The Program
  12.      IFF_FX_AGA_doc  ;English documentation
  13.      IFF_FX_AGA_dok  ;Deutsche Anleitung
  14.      pics/           ;A directory with samplepics.
  15.            
  16. ------------------------------------------------------------------------
  17. Versions:
  18.  
  19. 1.0  - First Version.
  20.  
  21. ------------------------------------------------------------------------
  22. IFF_FX is Copyright © 1995 Ralf Treuherz. All Rights reserved.
  23.  
  24. The author will take no responsibility for any damage which results
  25. in improper use of this program.
  26. ------------------------------------------------------------------------
  27.  
  28. Description
  29. -----------
  30.  
  31. Based on a picture of 256 values of grey the program will perform
  32. some mathematical operations like the detections of edges and will 
  33. save the result as an IFF/ILBM picture.
  34. To ensure the most flexible use of this program, I incorporated a
  35. converter which will convert any pic (except HAM) in the format
  36. needed by the algorithms.
  37.  
  38. ------------------------------------------------------------------------
  39. Requirements
  40.  
  41. - An Amiga 1200 or 4000
  42.  (sorry, but the algorithms needed 256 steps of grey!)
  43. - reqtools.library
  44.  
  45. ------------------------------------------------------------------------
  46.  
  47. How to start IFF_FX
  48. -------------------
  49.  
  50. IFF_FX can be called either from Workbench or CLI.
  51.  
  52. * Usage from Workbench
  53.  
  54.  Double-click the Icon. The rest should be quite intuitive:
  55.  Select a Source-Picture (SourcePic) and a Destination-
  56.  Picture (DestPic), choose an effect, and press "Process" !
  57.  
  58. * Usage from CLI
  59.  
  60.  IFF_FX <SourcePic> <DestPic> [Effect]
  61.  
  62.  <SourcePic> and <DestPic> are filenames of Pictures and [Effect]
  63.  is an optional Number 0-7 for an effect (see below)
  64.  
  65. ------------------------------------------------------------------------
  66.  
  67. The Effects
  68. -----------
  69. If both a Source- and Destination-Picture is chosen, the Program
  70. will compute the Destination-Picture from the Source-Picture
  71. with the following Effects:
  72.  
  73. a) Effect: none or 0 / Button: Grey
  74.  
  75.  The Result is a Greyscale - Representation of the Source.
  76.  The number of Bitplanes is not changed.
  77.  
  78. b) Effect: 1 / Button: Amplitude
  79.  
  80.  The Result is a Picture containing the Quality of the Edges 
  81.  in the SourcePic using the Sobel-Operator. Edges which sourround
  82.  an Object in the SourcePic will result in a closed line in the DestPic.
  83.  
  84. c) Effect: 2 / Button: Phase
  85.  
  86.  The Result is a Picture which contains the Direction of
  87.  the Edges. Perhaps of little use to pictures with very 
  88.  high detail.
  89.  
  90. d) Effect: 3 / Button: Outline
  91.  
  92.  The Result is a Picture that looks like a Relief. Especially
  93.  useful for Workbench-Backgrounds if you convert the resulting
  94.  256-Greys - Picture to fewer colors using the appropriate program.
  95.  
  96. e) Effect: 4 / Button: Smooth
  97.  
  98.  The Source - Picture is smoothed with a 2*2 Grid.
  99.  
  100. f) Effect: 5 / Button: Invert
  101.  
  102.  This Effect inverts the Colormap and will not change the 
  103.  number of Colors in the Picture.
  104.  
  105. g) Effect: 6 / Button: SwapColor
  106.  
  107.  This Effect swaps the Entries for Red/Green/Blue in the
  108.  colormap and will not change the number of Colors in the Picture.
  109.  
  110. h) Effect: 7 / Button: Rasterize
  111.  
  112.  The Picture is rastered with a 2*2 - Grid. The number of
  113.  Colors is not changed.
  114.  
  115. ------------------------------------------------------------------ 
  116.  
  117. The Author
  118. ----------
  119.  
  120.  Ralf Treuherz
  121.  
  122.  gl176@appl1.hrz.uni-siegen.de
  123.  
  124.  Please send any comments about this Program to this E-Mail address.
  125.